Accusoft.PdfXpressSdk Namespace : DestinationFit Enumeration |
'Declaration Public Enum DestinationFit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DestinationFit
public enum DestinationFit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum DestinationFit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class DestinationFit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
All | 1 | Fit the entire page within the window both horizontally and vertically. |
BoundingBox | 5 | Fit the bounding box within the window. |
BoundingBoxHeight | 7 | Fit the entire height of the bounding box within the window, with the horizontal coordinate ‘left’ of the destination area positioned at the left edge of the window. |
BoundingBoxWidth | 6 | Fit the entire width of the bounding box within the window, with the vertical coordinate ‘top’ of the destination area positioned at the top edge of the window. |
Height | 3 | Fit the entire height of the page within the window, with the horizontal coordinate ‘left’ of the destination area positioned at the left edge of the window. |
Rectangle | 4 | Fit the rectangle specified by the coordinates of the destination area within the window. |
Width | 2 | Fit the entire width of the page of the page within the window, with the vertical coordinate ‘top’ of the destination area positioned at the top edge of the window. |
Zoom | 0 | Fit the entire page at the specified zoom with the (left,top) of destination area positioned at the upper-left corner of the window. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.DestinationFit