Gets or sets the value indicating whether the gradient
should extend starting and ending points.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfExtend Extend { get; set; }
Public Property Extend As PdfExtend Get Set
public: property PdfExtend Extend { PdfExtend get (); void set (PdfExtend value); }
member Extend : PdfExtend with get, set