ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / GeometryDPI Property




In This Topic
    GeometryDPI Property
    In This Topic
    Geometry DPI save option
    Syntax
    'Declaration
     
    Public Property GeometryDPI As UShort
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As UShort
     
    instance.GeometryDPI = value
     
    value = instance.GeometryDPI
    public ushort GeometryDPI {get; set;}
    public: __property ushort get_GeometryDPI();
    public: __property void set_GeometryDPI( 
       ushort value
    );
    public:
    property ushort GeometryDPI {
       ushort get();
       void set (    ushort value);
    }
    See Also