Table of Contents

Class PdfDocumentView

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a particular view of a PDF document.

public sealed class PdfDocumentView
Inheritance
PdfDocumentView
Inherited Members

Properties

Height

Gets the height of the page area to fit into window height.

Left

Gets the x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.

Name

Gets the name of the view.

Page

Gets the PdfPage object that specifies the page to be displayed in the view.

PageIndex

Gets the index of the page to be displayed in the view.

Top

Gets the y-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.

Width

Gets the width of the page area to fit into window width.

Zoom

Gets the zoom type of the page to be displayed in the view.

ZoomPercent

Gets the zoom percent (magnification level) of the page to be displayed in the view.

Methods

Equals(object)

Determines whether the specified object is equal to the current PdfDocumentView object.

GetHashCode()

Serves as a hash function for a PdfDocumentView instance.

SetFitBBox()

Sets the zoom type to use when displaying the page in the view to FitBBox.

SetFitBBoxHeight()

Sets the zoom type to use when displaying the page in the view to FitBBoxHeight.

SetFitBBoxHeight(double)

Sets the zoom type to use when displaying the page in the view to FitBBoxHeight and the Left property to the specified value.

SetFitBBoxWidth()

Sets the zoom type to use when displaying the page in the view to FitBBoxWidth.

SetFitBBoxWidth(double)

Sets the zoom type to use when displaying the page in the view to FitBBoxWidth and the Top property to the specified value.

SetFitHeight()

Sets the zoom type to use when displaying the page in the view to FitHeight.

SetFitHeight(double)

Sets the zoom type to use when displaying the page in the view to FitHeight and the Left property to the specified value.

SetFitPage()

Sets the zoom type to use when displaying the page in the view to FitPage.

SetFitRect(PdfBox)

Sets the zoom type to use when displaying the page in the view to FitRect and the Left, Top, Width and Height properties to the corresponding properties of the specified box.

SetFitWidth()

Sets the zoom type to use when displaying the page in the view to FitWidth.

SetFitWidth(double)

Sets the zoom type to use when displaying the page in the view to FitWidth and the Top property to the specified value.

SetZoom(PdfPoint, double)

Sets the magnification level to use when displaying the page in the view.

SetZoom(double)

Sets the magnification level to use when displaying the page in the view.

Operators

operator ==(PdfDocumentView, PdfDocumentView)

Determines whether the two specified objects are equal to each other.

operator !=(PdfDocumentView, PdfDocumentView)

Determines whether the two specified objects are not equal to each other.