CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
RxPdfToRasterServices.h File Reference
#include "RxModule.h"
#include "OdBinaryData.h"
#include "StringArray.h"
#include "Ge/GePoint2d.h"
#include "Gs/GsDefs.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

struct  pdf_layer
 
class  OdPdf2ImageConversionParams
 
class  OdPdf2ImageConverter
 
class  OdRxPdfToRasterServices
 

Typedefs

typedef OdSmartPtr< OdGiRasterImageOdGiRasterImagePtr
 
typedef OdArray< pdf_layerOdPdfLayerArray
 
typedef OdSmartPtr< OdPdf2ImageConverterOdPdf2ImageConverterPtr
 
typedef OdSmartPtr< OdRxPdfToRasterServicesOdRxPdfToRasterServicesPtr
 

Enumerations

enum  PdfConversionFlags {
  kAnnotations = 1 , kLCDText = 2 , kNoNativeText = 4 , kGrayScale = 8 ,
  kReverseByteOrder = 16 , kDebugInfo = 128 , kNoCatch = 256 , kLimitImageCache = 512 ,
  kForceHalfTone = 1024 , kPrinting = 2048 , kDisableAAforText = 4096 , kDisableAAforImage = 8192 ,
  kDisableAAforGeom = 16384
}
 

Typedef Documentation

◆ OdGiRasterImagePtr

This template class is a specialization of the OdSmartPtr class for OdGiRasterImage object pointers.

Definition at line 40 of file RxPdfToRasterServices.h.

◆ OdPdf2ImageConverterPtr

This template class is a specialization of the OdSmartPtr class for OdPdf2ImageConverter object pointers.

Definition at line 219 of file RxPdfToRasterServices.h.

◆ OdPdfLayerArray

This type represents the array of PDF layers.

Definition at line 78 of file RxPdfToRasterServices.h.

◆ OdRxPdfToRasterServicesPtr

This template class is a specialization of the OdSmartPtr class for OdRxPdfToRasterServices object pointers.

Definition at line 244 of file RxPdfToRasterServices.h.

Enumeration Type Documentation

◆ PdfConversionFlags

This enumeration represents page rendering flags.

<group !!RECORDS_tkernel_apiref>

Enumerator
kAnnotations 
kLCDText 
kNoNativeText 
kGrayScale 
kReverseByteOrder 
kDebugInfo 
kNoCatch 
kLimitImageCache 
kForceHalfTone 
kPrinting 
kDisableAAforText 
kDisableAAforImage 
kDisableAAforGeom 

Definition at line 48 of file RxPdfToRasterServices.h.