PdfDocumentView Methods

The PdfDocumentView type exposes the following members.

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.)

See Also