PdfHtmlLayoutFormat
Layout Property
|
Gets or sets layout type of the element.
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutType Layout { get; set; }
Public Property Layout As PdfLayoutType
Get
Set
public:
property PdfLayoutType Layout {
PdfLayoutType get ();
void set (PdfLayoutType value);
}
member Layout : PdfLayoutType with get, set
Property Value
Type:
PdfLayoutType
See Also