GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ImageLoadOptions Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Represents options used for loading a PdfImage from a file or a stream.

    • C#
    • VB.NET
    public sealed class ImageLoadOptions
    Public NotInheritable Class ImageLoadOptions
    Inheritance:
    System.Object
    ImageLoadOptions

    Properties

    Default

    Gets the default options used for loading any PdfImage from an image file.

    • C#
    • VB.NET
    public static ImageLoadOptions Default { get; }
    Public Shared ReadOnly Property Default As ImageLoadOptions
    Property Value
    ImageLoadOptions

    The default options used for loading any PdfImage from an image file.

    Version

    Gets or sets the name of the PDF version to which the file applies.

    • C#
    • VB.NET
    public PdfVersion? Version { get; set; }
    Public Property Version As PdfVersion?
    Property Value
    System.Nullable<PdfVersion>

    The name of the PDF version to which the file applies.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.