PdfDocumentView Class

Class for a particular view of a PDF document.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfDocumentView

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfDocumentView
VB
Public NotInheritable Class PdfDocumentView

The PdfDocumentView type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Gets the height of the page area to fit into window height.
Public propertyLeft
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.
Public propertyName
Gets the name of the view.
Public propertyPage
Gets the PdfPage object that specifies the page to be displayed in the view.
Public propertyPageIndex
Gets the index of the page to be displayed in the view.
Public propertyTop
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.
Public propertyWidth
Gets the width of the page area to fit into window width.
Public propertyZoom
Gets the zoom type of the page to be displayed in the view.
Public propertyZoomPercent
Gets the zoom percent (magnification level) of the page to be displayed in the view.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodSetFitBBox
Sets the zoom type to use when displaying the page in the view to FitBBox.
Public methodSetFitBBoxHeight()
Sets the zoom type to use when displaying the page in the view to FitBBoxHeight.
Public methodSetFitBBoxHeight(Double)
Sets the zoom type to use when displaying the page in the view to FitBBoxHeight and the Left property to the specified value.
Public methodSetFitBBoxWidth()
Sets the zoom type to use when displaying the page in the view to FitBBoxWidth.
Public methodSetFitBBoxWidth(Double)
Sets the zoom type to use when displaying the page in the view to FitBBoxWidth and the Top property to the specified value.
Public methodSetFitHeight()
Sets the zoom type to use when displaying the page in the view to FitHeight.
Public methodSetFitHeight(Double)
Sets the zoom type to use when displaying the page in the view to FitHeight and the Left property to the specified value.
Public methodSetFitPage
Sets the zoom type to use when displaying the page in the view to FitPage.
Public methodSetFitRect
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.
Public methodSetFitWidth()
Sets the zoom type to use when displaying the page in the view to FitWidth.
Public methodSetFitWidth(Double)
Sets the zoom type to use when displaying the page in the view to FitWidth and the Top property to the specified value.
Public methodSetZoom(Double)
Sets the magnification level to use when displaying the page in the view.
Public methodSetZoom(PdfPoint, Double)
Sets the magnification level to use when displaying the page in the view.
Public methodToString (Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether the two specified objects are equal to each other.
Public operatorStatic memberInequality
Determines whether the two specified objects are not equal to each other.

See Also