HtmlSaveOptionsFlowLayoutParagraphFullWidth Property |
This attribute specifies full width paragraph text for Flow mode, FixedLayout = false
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool FlowLayoutParagraphFullWidth { get; set; }
Public Property FlowLayoutParagraphFullWidth As Boolean
Get
Set
public:
property bool FlowLayoutParagraphFullWidth {
bool get ();
void set (bool value);
}
member FlowLayoutParagraphFullWidth : bool with get, set
Property Value
Type:
Boolean
See Also