#if !defined(AFX_PDFWRITE_H__3EF11D20_3218_4E89_AD5B_7E8F5ABC1B20__INCLUDED_) #define AFX_PDFWRITE_H__3EF11D20_3218_4E89_AD5B_7E8F5ABC1B20__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CPDFWrite wrapper class class CPDFWrite : public COleDispatchDriver { public: CPDFWrite() {} // Calls COleDispatchDriver default constructor CPDFWrite(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CPDFWrite(const CPDFWrite& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetECCPercent(); void SetECCPercent(long nNewValue); long GetECCLevel(); void SetECCLevel(long nNewValue); long GetAspectHeight(); void SetAspectHeight(long nNewValue); long GetAspectWidth(); void SetAspectWidth(long nNewValue); long GetModuleAspectRatio(); void SetModuleAspectRatio(long nNewValue); long GetColumns(); void SetColumns(long nNewValue); long GetRows(); void SetRows(long nNewValue); long GetModule(); void SetModule(long nNewValue); long GetJustify(); void SetJustify(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PDFWRITE_H__3EF11D20_3218_4E89_AD5B_7E8F5ABC1B20__INCLUDED_)