Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.Resources.GraphicsStatesGraphicsState
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a graphics state.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.Resources.GraphicsStatesGraphicsState
Namespace: Apitron.PDF.Kit.FixedLayout.Resources.GraphicsStates
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The GraphicsState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphicsState |
Initializes a new instance of the Object class.
|
Properties
Name | Description | |
---|---|---|
![]() | AlphaIsShape |
Gets or sets the alpha source flag (“alpha is shape”), specifying whether the current soft mask and alpha constant shall beinterpreted as shape values (true) or opacity values (false).
|
![]() | BlendMode |
Gets or sets the blend mode.
|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | CurrentNonStrokingAlpha |
Gets or sets the current non stroking alpha.
|
![]() | CurrentStrokingAlpha |
Gets or sets the current stroking alpha.
|
![]() | DashArray |
Gets or sets the dash array.
|
![]() | DashPhase |
Gets or sets the dash phase.
|
![]() | FontResourceID |
Gets or sets the font resource ID.
|
![]() | FontSize |
Gets or sets the size of the font.
|
![]() | LineCapStyle |
Gets or sets the line cap style.
|
![]() | LineJoinStyle |
Gets or sets the line join style.
|
![]() | LineWidth |
Gets or sets the width of the line.
|
![]() | MitterLimit |
Gets or sets the mitter limit.
|
![]() | NonStrokingOverprint |
Gets or sets a flag specifying whether to apply overprint for non-strking operations.
|
![]() | OverprintMode |
Gets or sets a code specifying whether a colour component value of 0 in a DeviceCMYK colour space
should erase that component (0) or leave it unchanged (1) when overprinting.
|
![]() | RenderingIntent |
Gets or sets Rendering Intent
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
![]() | SoftMaskResourceID |
Gets or sets the soft mask resource ID.
|
![]() | StrokingOverprint |
Gets or sets a flag specifying whether to apply overprint for strking operations.
However if the NonStrokingOverprint is not set this flag is used for both stroking and non-stroking operations.
|
See Also