Click or drag to resize

ImageLoadOptions Class

Represents options used for loading a PdfImage from a file or a stream.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfImageLoadOptions

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class ImageLoadOptions

The ImageLoadOptions type exposes the following members.

Constructors
 NameDescription
Public methodImageLoadOptionsInitializes a new instance of the ImageLoadOptions class
Top
Properties
 NameDescription
Public propertyStatic memberDefault Gets the default options used for loading any PdfImage from an image file.
Public propertyVersion Gets or sets the name of the PDF version to which the file applies.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also