The word to be inserted at the beginning of each line in the final output document.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StartLineSeparator As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterDocumentMarkOptions
Dim value As String
instance.StartLineSeparator = value
value = instance.StartLineSeparator
|
C# | |
---|
public string StartLineSeparator {get; set;} |
Return Value
The string to be inserted at the beginning of each line in the final output document.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also