 | PdfiumFPDFNAME_Create Method |
Create new Name object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFNAME_Create(
string value,
Encoding enc = null
)
Public Shared Function FPDFNAME_Create (
value As String,
Optional enc As Encoding = Nothing
) As IntPtr
public:
static IntPtr FPDFNAME_Create(
String^ value,
Encoding^ enc = nullptr
)
static member FPDFNAME_Create :
value : string *
?enc : Encoding
(* Defaults:
let _enc = defaultArg enc null
*)
-> IntPtr
public static IntPtr FPDFNAME_Create(
String value,
Encoding enc = null
)
Patagames.Pdf.Pdfium.FPDFNAME_Create = function(value, enc);
Parameters
- value String
- Initial value for this object
- enc Encoding (Optional)
- The encoding used to encode the value into an ANSI string. if Null DefaultAnsiEncoding is used.
Return Value
IntPtrHandle to a newly created object
See Also