PdfSignature
GraphicsMode Property
|
The Grapphic render/display mode.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public GraphicMode GraphicsMode { get; set; }
Public Property GraphicsMode As GraphicMode
Get
Set
public:
property GraphicMode GraphicsMode {
GraphicMode get ();
void set (GraphicMode value);
}
member GraphicsMode : GraphicMode with get, set
Property Value
Type:
GraphicMode
See Also