PdfCIDSystemInfo Constructor (String, String, Int32) |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfCIDSystemInfo(
string registry,
string ordering,
int supplement
)
Public Sub New (
registry As String,
ordering As String,
supplement As Integer
)
public:
PdfCIDSystemInfo(
String^ registry,
String^ ordering,
int supplement
)
new :
registry : string *
ordering : string *
supplement : int -> PdfCIDSystemInfo
Parameters
- registry
- Type: SystemString
- ordering
- Type: SystemString
- supplement
- Type: SystemInt32
See Also