ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / FitType Property




In This Topic
    FitType Property
    In This Topic
    Gets the destination's fit type.
    Syntax
    'Declaration
     
    Public ReadOnly Property FitType As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDFDestination
    Dim value As ImGearPDFAtom
     
    value = instance.FitType
    public ImGearPDFAtom FitType {get;}
    public: __property ImGearPDFAtom* get_FitType();
    public:
    property ImGearPDFAtom^ FitType {
       ImGearPDFAtom^ get();
    }

    Property Value

    ImGearPDFAtom class object.
    Remarks
    Applies only to EXPLICIT type of destination.
    See Also