Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfDocumentView
Public NotInheritable Class PdfDocumentView
The PdfDocumentView type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | 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) | |
![]() | SetFitPage |
Sets the zoom type to use when displaying the page in the view
to FitPage.
|
![]() | SetFitRect | |
![]() | SetFitWidth() |
Sets the zoom type to use when displaying the page in the view
to FitWidth.
|
![]() | SetFitWidth(Double) | |
![]() | SetZoom(Double) |
Sets the magnification level to use when displaying the page
in the view.
|
![]() | SetZoom(PdfPoint, Double) |
Sets the magnification level to use when displaying the page in the view.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified objects are equal to each other.
|
![]() ![]() | Inequality |
Determines whether the two specified objects are not equal to each other.
|