PdfLayoutParams
Format Property
|
Gets or sets layouting settings.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTextLayout Format { get; set; }
Public Property Format As PdfTextLayout
Get
Set
public:
property PdfTextLayout^ Format {
PdfTextLayout^ get ();
void set (PdfTextLayout^ value);
}
member Format : PdfTextLayout with get, set
Property Value
Type:
PdfTextLayout
See Also