ShadingPattern Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Shading patterns provide a smooth transition between colours across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the colour transition.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.Resources.PatternsShadingPattern

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Patterns
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class ShadingPattern : Resource

The ShadingPattern type exposes the following members.

Constructors

  NameDescription
Public methodShadingPattern
Initializes a new instance of the Object class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyGraphicsStateResourceID
Gets or sets the graphics state resource ID of the graphics state containing parameters to be put into effect temporarily while the shading pattern is painted. Any parameters that are so specified shall be inherited from the graphics state that was in effect at the beginning of the content stream in which the pattern is defined as a resource.
Public propertyMatrix
Gets or sets an array of six numbers specifying the pattern matrix. Default value: the identity matrix [1 0 0 1 0 0].
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyShadingResourceID
Gets the shading resource ID.
Top
See Also

Reference