GraphInfo

Overview

GraphInfo is a class in Aspose.PDF FOSS for .NET.

Stroke / fill settings for drawable shapes and table-cell borders.

This class provides 1 method for working with GraphInfo objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Color, DashArray, DashPhase, FillColor, IsDoubled, LineWidth, and 7 more.

Properties

NameTypeAccessDescription
ColorColor?Read/WriteGets or sets the color.
FillColorColor?Read/WriteGets or sets the fill color.
DashArrayint[]?Read/WriteGets or sets the dash array.
DashPhaseintRead/WriteGets or sets the dash phase.
LineWidthfloatRead/WriteGets or sets the line width.
IsDoubledboolRead/WriteGets or sets the is doubled.
RotationAngledoubleRead/WriteGets or sets the rotation angle.
ScalingRateXdoubleRead/WriteGets or sets the scaling rate x.
ScalingRateYdoubleRead/WriteGets or sets the scaling rate y.
SkewAngleXdoubleRead/WriteGets or sets the skew angle x.
SkewAngleYdoubleRead/WriteGets or sets the skew angle y.
XdoubleReadGets the x.
YdoubleReadGets the y.

Methods

SignatureDescription
Clone()Calls Clone on this GraphInfo instance.

See Also