ListMarkerFromResourceId Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the ListMarker class.

Namespace:  Apitron.PDF.Kit.Styles.Appearance
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static ListMarker FromResourceId(
	string resourceId
)

Parameters

resourceId
Type: SystemString
The identifier of the resource XObject used to paint this marker. It can be any of the following objects: Image, FixedContent, FlowContent.

Return Value

Type: ListMarker
List marker.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf resourceId is null.
See Also

Reference