GraphicsState Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a graphics state.
Inheritance Hierarchy

SystemObject
  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

public sealed class GraphicsState : Resource

The GraphicsState type exposes the following members.

Constructors

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

  NameDescription
Public propertyAlphaIsShape
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).
Public propertyBlendMode
Gets or sets the blend mode.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCurrentNonStrokingAlpha
Gets or sets the current non stroking alpha.
Public propertyCurrentStrokingAlpha
Gets or sets the current stroking alpha.
Public propertyDashArray
Gets or sets the dash array.
Public propertyDashPhase
Gets or sets the dash phase.
Public propertyFontResourceID
Gets or sets the font resource ID.
Public propertyFontSize
Gets or sets the size of the font.
Public propertyLineCapStyle
Gets or sets the line cap style.
Public propertyLineJoinStyle
Gets or sets the line join style.
Public propertyLineWidth
Gets or sets the width of the line.
Public propertyMitterLimit
Gets or sets the mitter limit.
Public propertyNonStrokingOverprint
Gets or sets a flag specifying whether to apply overprint for non-strking operations.
Public propertyOverprintMode
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.
Public propertyRenderingIntent
Gets or sets Rendering Intent
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertySoftMaskResourceID
Gets or sets the soft mask resource ID.
Public propertyStrokingOverprint
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.
Top
See Also

Reference