Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
IptcSeparator Field
See Also 
Leadtools Namespace > RasterCommentMetadata Class : IptcSeparator Field




The separator when a file has two or more IPTC comments.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly IptcSeparator As Integer
Visual Basic (Usage)Copy Code
Dim value As Integer
 
value = RasterCommentMetadata.IptcSeparator
C# 
public static readonly int IptcSeparator
Managed Extensions for C++ 
public: static readonly int IptcSeparator
C++/CLI 
public:
static readonly int IptcSeparator

Remarks

IptcSeparator has an Ascii code of 1 and cannot appear in any comment, so there is not a possibility of confusion about this character is the separator or part of the comment. Do not confuse this with the character '1', whose Ascii code is 49!

For more information, refer to IPTC Comments.

Requirements

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

See Also