Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class > ReadComments Method : ReadComments(Stream,Int32) Method |
public RasterCollection<RasterCommentMetadata> ReadComments( Stream stream, int pageNumber )
'Declaration
Public Overloads Function ReadComments( _ ByVal stream As Stream, _ ByVal pageNumber As Integer _ ) As RasterCollection(Of RasterCommentMetadata)
'Usage
Dim instance As RasterCodecs Dim stream As Stream Dim pageNumber As Integer Dim value As RasterCollection(Of RasterCommentMetadata) value = instance.ReadComments(stream, pageNumber)
public RasterCollection<RasterCommentMetadata> ReadComments( Stream stream, int pageNumber )
- (nullable NSArray<LTRasterCommentMetadata *> *)readCommentsFromStream:(LTLeadStream *)stream pageNumber:(NSInteger)pageNumber error:(NSError **)error
public RasterCollection<RasterCommentMetadata> readComments(ILeadStream stream, int pageNumber)
function Leadtools.Codecs.RasterCodecs.ReadComments(Stream,Int32)( stream , pageNumber )
public: RasterCollection<RasterCommentMetadata^>^ ReadComments( Stream^ stream, int pageNumber )
Some file formats can contain comments, and some cannot, and each file format has its own set of comment types. When you save a file, the comments in the RasterImage object can be saved in the file. The index into the array (specified using a constant) determines the type of comment.
To read a specific comment field stored in a file, use ReadComment.
This method will throw an exception if the file format does not support comments fields. To determine whether a file format supports comment fields, use CommentsSupported. You can also automatically load all the comment fields stored in a file during a load operation by setting the CodecsLoadOptions.Comments property to true. The comment fields data will be stored in the resulting image RasterImage.Comments collection.
To load all the comments stored in a disk file, use ReadComments.
RasterCodecs Class
RasterCodecs Members
Overload List
CommentsSupported Method
ReadComment(String,Int32,RasterCommentMetadataType) Method
TagsSupported Method
GeoKeysSupported Method
Comments Property
RasterImage.Comments
Working with Markers
Implementing TIFF Comments and Tags
TIFF File Comments
Implementing GeoKeys (GeoTIFF tags)
Leadtools.RasterCommentMetadataType