Click or drag to resize

PdfPattern Class

The base class for tiling and shading patterns
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public abstract class PdfPattern

The PdfPattern type exposes the following members.

Constructors
 NameDescription
Protected methodPdfPattern Creates a new instance of PdfPattern and bound it to the specified handle
Top
Properties
 NameDescription
Public propertyHandle Gets the handle to the color space object.
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.
Public propertyMatrix Gets the pattern matrix.
Public propertyParentMatrix Gets the transformation matrix of the parent content stream.
Public propertyPatternType Gets the type of the pattern.
Top
Methods
 NameDescription
Protected methodFinalize Finalise object
(Overrides ObjectFinalize)
Public methodStatic memberFromHandle Instantiate the pattern according to the handle provided.
Top
See Also