ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflightConversionOptions Class / ResolutionDPI Property




In This Topic
    ResolutionDPI Property
    In This Topic
    Gets the resolution used for the rasterization of unsupported content.
    Syntax
    'Declaration
     
    Public ReadOnly Property ResolutionDPI As Integer
    'Usage
     
    Dim instance As ImGearPDFPreflightConversionOptions
    Dim value As Integer
     
    value = instance.ResolutionDPI
    public int ResolutionDPI {get;}
    public: __property int get_ResolutionDPI();
    public:
    property int ResolutionDPI {
       int get();
    }
    Remarks
    If the conversion of a PDF structure to the specified profile is impossible then the structure will be rasterized. This option sets the resolution of the rasterization during conversion in dots per inch.
    See Also