PdfSharp-WPF  1.31.7289
PdfSharp.Drawing.Pdf Namespace Reference

Classes

class  PdfGraphicsState
 Represents the current PDF graphics state.
 
class  XGraphicsPdfRenderer
 Represents a drawing surface for PdfPages. More...
 

Enumerations

enum class  DirtyFlags {
  Ctm = 0x00000001 , ClipPath = 0x00000002 , LineWidth = 0x00000010 , LineJoin = 0x00000020 ,
  MiterLimit = 0x00000040 , StrokeFill = 0x00000070
}
 
enum class  StreamMode { Graphic , Text }
 Indicates whether we are within a BT/ET block. More...
 

Enumeration Type Documentation

◆ DirtyFlags

Enumerator
Ctm 
ClipPath 
LineWidth 
LineJoin 
MiterLimit 
StrokeFill 

◆ StreamMode

Indicates whether we are within a BT/ET block.

Enumerator
Graphic 

Graphic mode. This is default.

Text 

Text mode.