Aspose::Pdf::XForm::GetResources method

XForm::GetResources() method

Returns resources of Form X-Object. If For does not have resources and allowCreate is true, Resources will be automatically created for the form.

System::SharedPtr<Aspose::Pdf::Resources> Aspose::Pdf::XForm::GetResources()

ReturnValue

Resources object

See Also

XForm::GetResources(bool) method

Returns resources of Form X-Object.

System::SharedPtr<Aspose::Pdf::Resources> Aspose::Pdf::XForm::GetResources(bool allowCreate)
ParameterTypeDescription
allowCreateboolIf For does not have resources and allowCreate is true, Resources will be automatically created for the form.

ReturnValue

Resources.

See Also