VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfGraphicsStateParameters Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfGraphicsStateParameters Class Members
    In This Topic
    The following tables list the members exposed by PdfGraphicsStateParameters.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfGraphicsStateParameters class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the current non-stroking alpha constant, specifying the constant shape or constant opacity value to be used for non-stroking operations in the transparent imaging model.
    Public PropertyGets or sets the current stroking alpha constant, specifying the constant shape or constant opacity value to be used for stroking operations in the transparent imaging model.
    Public PropertyGets or sets a value indicating whether the current soft mask and alpha constant must be interpreted as shape values or opacity values.
    Public PropertyGets a value indicating whether AlphaIsShape property is defined.
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the current blend mode to be used in the transparent imaging model.
    Public PropertyGets or sets the line dash pattern.
    Public PropertyGets or sets the line dash phase.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the flatness tolerance.
    Public PropertyGets a value indicating whether FlatnessTolerance property is defined.
    Public PropertyGets the font.
    Public PropertyGets the size of the font.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether AlphaForNonStrokingOperations property is defined.
    Public PropertyGets a value indicating whether AlphaForStrokingOperations property is defined.
    Public PropertyGets a value indicating whether BlendMode property is defined.
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether DashPattern property is defined.
    Public PropertyGets a value indicating whether DashPhase property is defined.
    Public PropertyGets a value indicating whether Font property is defined.
    Public PropertyGets a value indicating whether FontSize property is defined.
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether LineCapStyle property is defined.
    Public PropertyGets a value indicating whether LineJoinStyle property is defined.
    Public PropertyGets a value indicating whether LineWidth property is defined.
    Public PropertyGets a value indicating whether MiterLimit property is defined.
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether OverprintControl property is defined.
    Public PropertyGets a value indicating whether OverprintControlForPaintingOperations property is defined.
    Public PropertyGets a value indicating whether OverprintMode property is defined.
    Public PropertyGets a value indicating whether RenderingIntent property is defined.
    Public PropertyGets a value indicating whether SmoothnessTolerance property is defined.
    Public PropertyGets a value indicating whether SoftMask property is defined.
    Public PropertyGets or sets a value indicating whether SoftMask is "None".
    Public PropertyGets a value indicating whether TextKnockoutFlag property is defined.
    Public PropertyGets a value indicating whether TransferFunction property is defined.
    Public PropertyGets or sets the line cap style.
    Public PropertyGets or sets the line join style.
    Public PropertyGets or sets the line width.
    Public PropertyGets or sets the miter limit.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether to apply overprint.
    Public PropertyGets or sets a value indicating whether to apply overprint for painting operations other than stroking.
    Public PropertyGets or sets the overprint mode.
    Public PropertyGets or sets rendering intent.
    Public PropertyGets or sets the smoothness tolerance.
    Public PropertyGets or sets a value indicating whether the behavior of overlapping glyphs within a text object in the transparent imaging model.
    Public Methods
     NameDescription
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    See Also