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: 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

MemberValueDescription
None0
Do not extend any point.
Start1
Extend start point.
End2
Extend end point.
Both3
Extend both start and end points.

See Also