Table of Contents

Class Capabilities.Action

Namespace
PdfSharp
Assembly
PdfSharp-gdi.dll

Access to action information with fluent API.

public static class Capabilities.Action
Inheritance
Capabilities.Action
Inherited Members

Properties

GlyphsToPath

Gets or sets the action to be taken when trying to convert glyphs into a graphical path and this feature is currently not supported.

public static FeatureNotAvailableBehavior GlyphsToPath { get; set; }

Property Value

FeatureNotAvailableBehavior

PathOperations

Gets or sets the action to be taken when a not implemented path operation was invoked. Currently, AddPie, AddClosedCurve, and AddPath are not implemented.

public static FeatureNotAvailableBehavior PathOperations { get; set; }

Property Value

FeatureNotAvailableBehavior