CConverterPropertiesSetBaseUri Method |
Sets the base URI for the conversion process
Namespace:
ComPDF.PDFGeneration
Assembly:
ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntaxpublic bool SetBaseUri(
string uri
)
Parameters
- uri
- Type: SystemString
The base URI to set
Return Value
Type:
BooleanTrue if successful, false otherwise
See Also