SmartResourceCreator Constructor (Boolean, Boolean) |
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic SmartResourceCreator(
bool isCustom,
bool hasCompInfo
)
Public Sub New (
isCustom As Boolean,
hasCompInfo As Boolean
)
public:
SmartResourceCreator(
bool isCustom,
bool hasCompInfo
)
new :
isCustom : bool *
hasCompInfo : bool -> SmartResourceCreator
Parameters
- isCustom
- Type: SystemBoolean
if set to true [is custom]. - hasCompInfo
- Type: SystemBoolean
if set to true [has comp information].
See Also