Specifies the types of PDF object destination.
Syntax
'Declaration
Public Enum ImGearPDFDestinationType
Inherits System.Enum
public enum ImGearPDFDestinationType : System.Enum
__value public enum ImGearPDFDestinationType : public System.Enum
public enum class ImGearPDFDestinationType : public System.Enum
Members
Member | Value | Description |
EXPLICIT | 1 | Explicit destination. |
INVALID | 0 | Invalid destination. |
NAMED | 2 | Named destination. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFDestinationType
See Also