API Reference
Enum
PdfOpenActionDestinationMode
Viewer destination mode used by generated catalog open actions.
Inheritance
- Enum
- PdfOpenActionDestinationMode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfBookmarkNode.DestinationMode
- Property PdfConversionProofOptions.RequiredOpenActionDestinationMode
- Property PdfDocumentOpenAction.DestinationMode
- Property PdfLinkAnnotation.DestinationMode
- Property PdfLinkAnnotation.RemoteDestinationMode
- Property PdfLogicalLinkAnnotation.DestinationMode
- Property PdfLogicalLinkAnnotation.RemoteDestinationMode
- Property PdfNamedDestination.DestinationMode
- Field PdfOpenActionDestinationMode.Fit
- Field PdfOpenActionDestinationMode.FitBoundingBox
- Field PdfOpenActionDestinationMode.FitBoundingBoxHorizontal
- Field PdfOpenActionDestinationMode.FitBoundingBoxVertical
- Field PdfOpenActionDestinationMode.FitHorizontal
- Field PdfOpenActionDestinationMode.FitRectangle
- Field PdfOpenActionDestinationMode.FitVertical
- Field PdfOpenActionDestinationMode.Xyz
- Property PdfOpenActionOptions.DestinationMode
- Property PdfOutlineItem.DestinationMode
Accepted by parameters
- Method PdfBookmarkEditSession.Retarget
- Method PdfConversionProofOptions.RequireOpenAction
- Method PdfDocument.OpenAction
- Constructor PdfOpenActionOptions.PdfOpenActionOptions
- Method PdfOptions.SetOpenAction
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfOpenActionDestinationMode Xyz #Open the target page at a top coordinate using the viewer's current zoom.
Value:
0public const PdfOpenActionDestinationMode Fit #Fit the entire target page in the viewer window.
Value:
1public const PdfOpenActionDestinationMode FitHorizontal #Fit the target page horizontally at a top coordinate.
Value:
2public const PdfOpenActionDestinationMode FitVertical #Fit the target page vertically at a left coordinate.
Value:
3public const PdfOpenActionDestinationMode FitRectangle #Fit the specified rectangle in the viewer window.
Value:
4public const PdfOpenActionDestinationMode FitBoundingBox #Fit the page bounding box in the viewer window.
Value:
5public const PdfOpenActionDestinationMode FitBoundingBoxHorizontal #Fit the page bounding box horizontally at a top coordinate.
Value:
6public const PdfOpenActionDestinationMode FitBoundingBoxVertical #Fit the page bounding box vertically at a left coordinate.
Value:
7