ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class
Properties


In This Topic
    ImGearLoadOptions Class Members
    In This Topic

    The following tables list the members exposed by ImGearLoadOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearLoadOptions class object.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets filter settings to be used in a particular image loading operation.  
    Public Property Gets or sets the file format of an image to load, or enables format autodetection.  
    Public Property Gets or sets a value indicating whether to load hidden Excel sheets. If this parameter is false then the only visible sheets will be available after loading the document.  
    Public Property Gets or sets a value indicating whether to render Excel spreadsheets as single pages. If this parameter is false (default) then the spreadsheet will be re-paginated during loading and presented as several pages of the same size. Otherwise, spreadsheet will be fit exactly into one page.  
    Public Property Gets or sets a timeout value in milliseconds for the processing office documents. This parameter is useful for loading and working with a large or complicated documents.  
    Public Property Gets or sets a value indicating whether ImageGear shall parse XMP stream or provide it to the application as a single binary tag.  
    Public Property Gets or sets a value indicating whether to load image thumbnail instead of the actual image.  
    Public Property Gets or sets the tiles to be stitched.  
    Top
    See Also