Skip to content

PDFVisualObjectGraphicsState

Namespace: O2S.Components.PDF4NET.Content

Defines the graphics state that is in place when the visual object is displayed on the page.

public class PDFVisualObjectGraphicsState

Inheritance ObjectPDFVisualObjectGraphicsState

Properties

ClippingPath

Get the clipping path.

public PDFPathVisualObject ClippingPath { get; internal set; }

Property Value

PDFPathVisualObject
The active clipping path in place when the visual object is displayed on the page.


FillAlpha

Gets the fill alpha.

public double FillAlpha { get; internal set; }

Property Value

Double
The alpha value for fill operations.


FillOverprint

Gets a value indicating whether the fill overprint

public bool FillOverprint { get; internal set; }

Property Value

Boolean
True if the fill overprint is enabled


OverprintMode

Gets the overprint mode.

public int OverprintMode { get; internal set; }

Property Value

Int32
The overprint mode


StrokeAlpha

Gets the stroke alpha.

public double StrokeAlpha { get; internal set; }

Property Value

Double
The alpha value for stroke operations.


StrokeOverprint

Gets a value indicating whether the stroke overprint

public bool StrokeOverprint { get; internal set; }

Property Value

Boolean
True if the stroke overprint is enabled