Specifies the constant values specifying whether to extend the shading
beyond the starting and ending points of the axis.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum PdfExtend
<FlagsAttribute> Public Enumeration PdfExtend
[FlagsAttribute] public enum class PdfExtend
[<FlagsAttribute>] type PdfExtend
Members
Member | Value | Description |
---|---|---|
None | 0 |
Do not extend any point.
|
Start | 1 |
Extend start point.
|
End | 2 |
Extend end point.
|
Both | 3 |
Extend both start and end points.
|