GraphInfoIsDoubled Property |
Gets or sets is border doubled.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsDoubled { get; set; }
Public Property IsDoubled As Boolean
Get
Set
public:
property bool IsDoubled {
bool get ();
void set (bool value);
}
member IsDoubled : bool with get, set
Property Value
Type:
Boolean
See Also