UOFTranslator
GetFileGuidName Method
|
Get guid from file.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string GetFileGuidName(
bool isOoxToUof,
bool isInput
)
Public Function GetFileGuidName (
isOoxToUof As Boolean,
isInput As Boolean
) As String
public:
String^ GetFileGuidName(
bool isOoxToUof,
bool isInput
)
member GetFileGuidName :
isOoxToUof : bool *
isInput : bool -> string
Parameters
-
isOoxToUof
-
Type:
System
Boolean
-
isInput
-
Type:
System
Boolean
Return Value
Type:
String
See Also