LPDFCompressor::LPDFCompressor

Summary

Constructs and initializes the member variables of the LPDFCompressor object.

Syntax

#include "ltwrappr.h"
#include "LTCPDFComp.h"

LPDFCompressor::LPDFCompressor()

Returns

None.

Comments

This is the constructor for the LPDFCompressor class.

Required DLLs and Libraries

See Also

Functions

Topics

Example

L_INT LPDFCompressor__LPDFCompressorExample() 
 
{ 
   // this will call the default constructor and destructor when it is out of scope 
 
   LPDFCompressor MyCompressor;  
 
   //... 
 
   return SUCCESS; 
} 
Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help

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