←Select platform

OriginalFormat Property

Summary

Format of the owner file passed to RasterCodecs.ReadAttachments.

Syntax
C#
VB
C++
public RasterImageFormat OriginalFormat { get; set; } 
Public Property OriginalFormat() As RasterImageFormat 
   Get 
   Set 
public:  
   property RasterImageFormat^ OriginalFormat 
   { 
      RasterImageFormat^ get() 
      void set(RasterImageFormat^ value) 
   } 

Property Value

Format of the owner (parent) file passed to RasterCodecs.ReadAttachments.

Remarks

The value of OriginalFormat will be the file format of the owner file passed to RasterCodecs.ReadAttachments. For instance, if the method was called on a PDF file, then OriginalFormat will be RasPdf.

Example

For an example, refer to ReadAttachments.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.