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

    Show / Hide Table of Contents

    PdfDeviceIndependentFormat Class

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

    Represents a device independent format of a PDF content.

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

    Properties

    BlendMode

    (PDF 1.4) Gets or sets the PdfBlendMode to be used in the transparent imaging model (see 11.3.5, "Blend Mode" and 11.6.3, "Specifying Blending Colour Space and Blend Mode").

    Initial value: Normal.

    • C#
    • VB.NET
    public PdfBlendMode BlendMode { get; set; }
    Public Property BlendMode As PdfBlendMode
    Property Value
    PdfBlendMode

    The PdfBlendMode to be used in the transparent imaging model.

    Remarks

    A conforming reader shall implicitly reset this parameter to its initial value at the beginning of execution of a transparency group XObject (see 11.6.6, "Transparency Group XObjects").

    See Also
    PDF Specification ISO 32000-1:2008, section '8.4 Graphics State'
    PDF Specification ISO 32000-1:2008, section '11.3.5 Blend Mode'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.