[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.SoftMask

SoftMask Class

Represents a PDF Soft Mask as described in the PDF spec 1.7, page 552.

Inheritance
SoftMask
Implements
Namespace: GrapeCity.Documents.Pdf.Graphics
Assembly: DS.Documents.Pdf.dll
Syntax
public class SoftMask : SoftMaskBase, IPdfDict
Public Class SoftMask
    Inherits SoftMaskBase
    Implements IPdfDict

Properties

Name Description
FormXObject

Gets the transparency group FormXObject to be used as the source of alpha or color values for deriving the mask.

PdfObject

Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.

Subtype

Gets the type of the soft mask it can be /Alpha or Luminosity.

Methods

Name Description
Create(GcPdfDocument, RectangleF)

Creates a SoftMask object.

Extension Methods