ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / ImGearRawLoadOptions Constructor




In This Topic
    ImGearRawLoadOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearRawLoadOptions class object.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearRawLoadOptions()
    public ImGearRawLoadOptions()
    public: ImGearRawLoadOptions();
    public:
    ImGearRawLoadOptions();
    Remarks
    Use this class with ImGearFileFormats.LoadPage.
    See Also