LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Comments Property (CodecsLoadOptions)






Gets or sets a value that indicate whether any comment fields found in the file should be automatically loaded. .NET support WinRT support Silverlight support
Syntax
public bool Comments {get; set;}
'Declaration
 
Public Property Comments As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.Comments = value
 
value = instance.Comments
public bool Comments {get; set;}
 get_Comments();
set_Comments(value);
public:
property bool Comments {
   bool get();
   void set (    bool value);
}

Property Value

true to automatically load any comment fields found in the file; otherwise it is false.
Remarks

When the value of the Comments property is set to true, any subsequent load operation performed by this RasterCodecs object will automatically try to load all the comment fields found in the file and store them in the RasterImage.Comments collection of the resulting image.

Internally, the RasterCodecs object will call RasterCodecs.CommentsSupported on the image and only try to load the comments if the value returned is true.

When loading more than one page from a multi-page file, only the comments found in the first page will be automatically loaded when the value of this property is set to true. To manually load all the comments in any page, use RasterCodecs.ReadComments.

You must set the value of the Markers property to false to enable automatic loading the comments. If the value of both Markers and Comments is set to true, the markers will take take precedence and no comments will be loaded.

Note that any load method that uses tiles, offset or resizing will not load any file metadata automatically regardless of the value of this property.

Example
For an example, refer to Tags.
Requirements

Target Platforms: Windows 7, 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

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.