Resource Base
Table of contents

iNormalizedImageResult

You are viewing a history document page of Dynamsoft Document Normalizer v1.0.30.

Stores the detected quad result.

  • Objective-C
  • Swift
  1. @interface iNormalizedImageResult
    
  2. class iNormalizedImageResult : NSObject
    
Attribute Type Descriptions
image iImageData* The normalized image in iImageData structure.
Method Descriptions
saveToFile Save the normalized image to a file.

image

The location of the detected quad result.

  • Objective-C
  • Swift
  1. iImageData* image;
    
  2. var image: iImageData { get set }
    

saveToFile

Save the normalized image to a file.

  • Objective-C
  • Swift
  1. -(BOOL)saveToFile:(NString*)filePath error:(NSError**)error
    
  2. func saveToFile(_ filePath: String) throws
    

Parameters

[in] filePath: The output file path of the normalized image.
[in,out] error: Input a pointer to an error object. If an error occurs, this pointer is set to an actual error object containing the error information. You may specify nil for this parameter if you do not want the error information.

Remarks

  • This method supports exporting bmp, jpeg, png, pdf formats.
  • For non-pdf formats, if the file path already exists, this method will overwrite the existing file
  • For pdf format, if the file path already exists, this method will append a new page with the image to the existing pdf file.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 2.x
    • Version 2.2.10
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.0.10
  • Version 1.x
    • Version 1.0.30
    • Version 1.0.21
    • Version 1.0.20
    • Version 1.0.12
    • Version 1.0.11
    • Version 1.0.10
    • Version 1.0.0
    • Version 1.0.30
    • Version 1.0.21
    • Version 1.0.20
    • Version 1.0.12
    • Version 1.0.11
    • Version 1.0.10
    • Version 1.0.0
    • Version 1.0.5
    • Version 1.0.4
    • Version 1.0.3
    • Version 1.0.2
    • Version 1.0.1
    • Version 1.0.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support