 | PdfLabel(PdfTypeBase) Constructor |
Creates a new instance of
PdfLabel and initialize it with specified dictionary
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfLabel(
PdfTypeBase dictionary
)
Public Sub New (
dictionary As PdfTypeBase
)
public:
PdfLabel(
PdfTypeBase^ dictionary
)
new :
dictionary : PdfTypeBase -> PdfLabel
public PdfLabel(
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Wrappers.PdfLabel = function(dictionary);
Parameters
- dictionary PdfTypeBase
- The dictionary or indirect dictionary.
See Also