Aspose::Pdf::Facades::FormEditor::SetFieldAlignmentV method

FormEditor::SetFieldAlignmentV method

Set the vertical alignment style of a text field.

bool Aspose::Pdf::Facades::FormEditor::SetFieldAlignmentV(System::String fieldName, int32_t alignment)
ParameterTypeDescription
fieldNameSystem::StringThe qualified field name.
alignmentint32_tThe alignment style definition, including FormFieldFacade.AlignTop, FormFieldFacade.AlignMiddle and FormFieldFacade.AlignRight.

ReturnValue

true if field was found and alignment was successfully filled.

See Also