XFINIUM.PDF Documentation
PaddingForMultilineTextBoxFields Property



Xfinium.Pdf.Forms Namespace > PdfFormFillOptions Class : PaddingForMultilineTextBoxFields Property
Gets of sets a value that indicates whether padding should be added around text content in multiline text fields.
Syntax
'Declaration
 
Public Property PaddingForMultilineTextBoxFields As Boolean
'Usage
 
Dim instance As PdfFormFillOptions
Dim value As Boolean
 
instance.PaddingForMultilineTextBoxFields = value
 
value = instance.PaddingForMultilineTextBoxFields
public bool PaddingForMultilineTextBoxFields {get; set;}
public:
property bool PaddingForMultilineTextBoxFields {
   bool get();
   void set (    bool value);
}

Property Value

True if padding should be added in order to match the appearance of fields filled from Acrobat, otherwise false. Default is true.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFormFillOptions Class
PdfFormFillOptions Members