[]
Creates a SoftMask object.
public static SoftMask Create(GcPdfDocument doc, RectangleF bounds)
Public Shared Function Create(doc As GcPdfDocument, bounds As RectangleF) As SoftMask
| Type | Name | Description |
|---|---|---|
| GcPdfDocument | doc | The GcPdfDocument in which the new SoftMask will be used. |
| RectangleF | bounds | The bounds where the soft mask should be applied. |
| Type | Description |
|---|---|
| SoftMask | The created SoftMask object. |