Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override int GetSprmOption(
	int propertyKey
)
Protected Overrides Function GetSprmOption ( 
	propertyKey As Integer
) As Integer
protected:
virtual int GetSprmOption(
	int propertyKey
) override
abstract GetSprmOption : 
        propertyKey : int -> int 
override GetSprmOption : 
        propertyKey : int -> int 

Parameters

propertyKey
Int32

Return Value

Int32

See Also