Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Enumerations
SolidFramework.Pdf.Interop Namespace Reference

Enumerations

enum  CacheDrawingType { UseResettedCache = 0 , UseCache = 1 }
 Represents types of page drawing with cache More...
 
enum  DrawingCore { Gdi = 0 , GdiPlus = 1 , Agg = 2 }
 Represents types of Drawing core More...
 

Enumeration Type Documentation

◆ CacheDrawingType

Represents types of page drawing with cache

Enumerator
UseResettedCache 

Page drawing with cache. Cache is resetted before page drawing

UseCache 

Page drawing with cache. Cache isn't resetted before page drawing

◆ DrawingCore

Represents types of Drawing core

Enumerator
Gdi 

Drawing core is GDI

GdiPlus 

Drawing core is GDI Plus

Agg 

Drawing core is AGG