public IList<RasterCommentMetadata> ReadComments(
string fileName,
int pageNumber
)
Public Overloads Function ReadComments( _
ByVal fileName As String, _
ByVal pageNumber As Integer _
) As IList(Of RasterCommentMetadata)
- (nullable NSArray<LTRasterCommentMetadata *> *)readCommentsFromFile:(NSString *)file
pageNumber:(NSInteger)pageNumber
error:(NSError **)error
public:
IList<RasterCommentMetadata^>^ ReadComments(
String^ fileName,
int pageNumber
)
fileName
A String containing the input file name.
pageNumber
1-based index of the page from which to read the comments.
A collection of RasterTagMetadata containing all the comment fields information found in the file. If the file does not contain any comments, an empty collection will be returned. If the file format does not support comment fields, an exception will be thrown.
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 stream, use ReadComments.
For an example, refer to ReadTags.
ReadComment(String,Int32,RasterCommentMetadataType) Method
Implementing TIFF Comments and Tags
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document