Package com.aspose.threed
Class PdfLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.PdfLoadOptions
-
public class PdfLoadOptions extends LoadOptions
Options for PDF loading
-
-
Constructor Summary
Constructors Constructor Description PdfLoadOptions()
Constructor ofPdfLoadOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPassword()
The password to unlock the encrypted PDF file.void
setPassword(byte[] value)
The password to unlock the encrypted PDF file.-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
PdfLoadOptions
public PdfLoadOptions()
Constructor ofPdfLoadOptions
-
-