Specifies the constant values specifying whether to extend the shading
beyond the starting and ending points of the axis.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[FlagsAttribute]
public enum PdfExtend
<FlagsAttribute>
Public Enumeration PdfExtend
[FlagsAttribute]
public enum class PdfExtend
[<FlagsAttribute>]
type PdfExtend
Members
|
Member name
|
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.
|
See Also