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.11.26
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
See Also