get_picture method

get_picture

Gets the Picture object of the header / footer.

Returns

Returns Picture object. Returns null if there is no picture.

def get_picture(self, is_header, section):
    ...
ParameterTypeDescription
is_headerboolIndicates whether it is in the header or footer.
sectionint0: Left Section, 1: Center Section, 2: Right Section.

get_picture

Gets the Picture object of the header / footer.

Returns

Returns Picture object.

def get_picture(self, is_first, is_even, is_header, section):
    ...
ParameterTypeDescription
is_firstboolIndicates whether getting the picture of first page header/footer.
is_evenboolIndicates whether getting the picture of even page header/footer.
is_headerboolIndicates whether getting the picture of header/footer.
sectionint0: Left Section, 1: Center Section, 2: Right Section.

See Also