[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.SoftMaskBase

Class SoftMaskBase

Namespace
GrapeCity.Documents.Pdf.Graphics
Assembly
GcDocs.Pdf.dll

The abstract base class representing a PDF Soft Mask.

According to the PDF specification, a soft mask can be specified as a PDF name object or as a dictionary, see SoftMask.

public abstract class SoftMaskBase : PdfWrapperBase
Inheritance
object
SoftMaskBase
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SoftMaskBase()

protected SoftMaskBase()

Fields

None

Gets a SoftMaskBase instance representing an empty soft mask.

public static readonly SoftMaskBase None

Field Value

SoftMaskBase