Visual Basic (Declaration) | |
---|---|
Public Property TextInboxes As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool TextInboxes {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_TextInboxes(); public: __property void set_TextInboxes( bool value ); |
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 SaveResultOptions example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family