Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / CustomProperty Class / CustomProperty Constructor / CustomProperty Constructor(String,String,Formatting)
The name of the custom property.
The value of the custom property.
The formatting of the custom property value. By default, Null.


In This Topic
    CustomProperty Constructor(String,String,Formatting)
    In This Topic
    Initializes a new instance of the CustomProperty class for a string value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As String, _
       Optional ByVal formatting As Formatting _
    )
    'Usage
     
    Dim name As String
    Dim value As String
    Dim formatting As Formatting
     
    Dim instance As New CustomProperty(name, value, formatting)
    public CustomProperty( 
       string name,
       string value,
       Formatting formatting
    )

    Parameters

    name
    The name of the custom property.
    value
    The value of the custom property.
    formatting
    The formatting of the custom property value. By default, Null.

    Return Value

    The newly created custom property.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also