| Visual Basic (Declaration) | |
|---|---|
Public Property TextInboxes As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool TextInboxes {get; set;} | |
Return Value
A flag that indicates whether the content of zones will be kept in frames in the final output document.true: The content of zones will be kept in frames in the final output document.
false: The content of zones will not be kept in frames in the final output document.
Refer to RasterDocumentEngine.SaveResultOptions example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code